Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
1 definition found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
cyclomatic complexity
A measure of the number of linearly
independent paths through a program module. Cyclomatic
complexity is a measure for the complexity of code related to
the number of ways there are to traverse a piece of code.
This determines the minimum number of inputs you need to test
all ways to execute the program.
(1998-03-17)